home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Internet & Communication / Wirecast 2.0.dmg / Wirecast.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2005-05-25  |  1.9 KB  |  71 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>CFBundleDevelopmentRegion</key>
  6.     <string>English</string>
  7.     <key>CFBundleDocumentTypes</key>
  8.     <array>
  9.         <dict>
  10.             <key>CFBundleTypeExtensions</key>
  11.             <array>
  12.                 <string>wcst</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>wcstDocument</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>Wirecast Document</string>
  18.             <key>CFBundleTypeRole</key>
  19.             <string>Editor</string>
  20.             <key>NSDocumentClass</key>
  21.             <string>WirecastDocument</string>
  22.         </dict>
  23.     </array>
  24.     <key>CFBundleExecutable</key>
  25.     <string>Wirecast</string>
  26.     <key>CFBundleGetInfoString</key>
  27.     <string>Copyright 2005 Vara Software</string>
  28.     <key>CFBundleIconFile</key>
  29.     <string>Wirecast.icns</string>
  30.     <key>CFBundleIdentifier</key>
  31.     <string>com.varasoftware.wirecast</string>
  32.     <key>CFBundleInfoDictionaryVersion</key>
  33.     <string>6.0</string>
  34.     <key>CFBundlePackageType</key>
  35.     <string>APPL</string>
  36.     <key>CFBundleShortVersionString</key>
  37.     <string>v2.0</string>
  38.     <key>CFBundleSignature</key>
  39.     <string>Wcst</string>
  40.     <key>CFBundleVersion</key>
  41.     <string>2.0.0</string>
  42.     <key>NSAppleScriptEnabled</key>
  43.     <string>Yes</string>
  44.     <key>UTExportedTypeDeclarations</key>
  45.     <array>
  46.         <dict>
  47.             <key>UTTypeConformsTo</key>
  48.             <array>
  49.                 <string>public.data</string>
  50.                 <string>public.item</string>
  51.             </array>
  52.             <key>UTTypeDescription</key>
  53.             <string>Wirecast Document</string>
  54.             <key>UTTypeIconName</key>
  55.             <string>wcstDocument</string>
  56.             <key>UTTypeIdentifier</key>
  57.             <string>com.vara.wirecast</string>
  58.             <key>UTTypeReferenceURL</key>
  59.             <string>http://www.varasoftware.com/products/wirecast</string>
  60.             <key>UTTypeTagSpecification</key>
  61.             <dict>
  62.                 <key>public.filename-extension</key>
  63.                 <array>
  64.                     <string>wcst</string>
  65.                 </array>
  66.             </dict>
  67.         </dict>
  68.     </array>
  69. </dict>
  70. </plist>
  71.